home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / fractals / cplot / cplot.docs < prev    next >
Text File  |  1994-11-17  |  2KB  |  66 lines

  1. /****************** CPlot 1.0, © 1990 by Terry W. Gintz ***************/
  2.  
  3. CPlot graphs linear functions in two dimensions, similiar to a Mandelbrot
  4. plot.  You start with a linear function like 10sin(x²+y²) and CPlot treats
  5. each point on the screen as an X-Y coordinate, color-scaling it according
  6. to its magnitude for a preset range of inputs.
  7.  
  8. About the menus and windows:
  9.  
  10.    The Project Menu--
  11.  
  12.    'New Plot' -- zoom in or out on a particular area of x-y coordinates.
  13.    'New Formula' -- opens the New Function window for setting plot
  14. parameters and formulas.
  15.    'Continue Draw' -- continue a plot if you stopped it before it finished.
  16.    'Save Function' -- save current plot paramters and save screen in IFF
  17. format.
  18.    'Load Function' -- load function previously saved by CPlot.
  19.    'Quit' -- exit CPlot.
  20.  
  21.    The Resolution Menu--
  22.  
  23.    '320X200' -- lo-res mode.
  24.    '640X400' -- hi-res mode.
  25.  
  26. The Main window:
  27.  
  28.    All drawing and zooming appears here.  Use the mouse to select corners of
  29. the area you want to zoom into or out of.
  30.  
  31. The New Function window:
  32.  
  33.    F(Z) -- The main function that will be graphed.
  34.    F(X) and F(Y) -- optional parametric functions which are averaged
  35. together and graphed as a single function.  You need to specify Z somewhere
  36. inside these functions, such as zsin(x), to incorporate F(Z) in the graph.  
  37.  
  38.    X Min, X Max -- the range of the X variable
  39.    Y MIn, Y Max -- the range of the Y variable
  40.    X Steps -- the size of the plot in the horzontal direction, 320 or 640
  41. pixels maximum depending on the screen resolution.
  42.    Y Steps -- the size of the plot in the vertical direction, 200 or 400
  43. rows maximum.
  44.    MagZ -- an optional magnifier on the value of F(Z) to help speed up color
  45. changes in a plot where desirable.
  46.    Colors -- the number of possible colors that will be plotted for a given
  47. range of F(Z).  Limited to 16 in hi-res mode and 32 in lo-res mode.
  48.  
  49. 10 different color palettes are available via the function keys F1 to F10.
  50. You can cycle through the colors of any palette by pressing the S key.
  51. These hot keys work any time the plot is being drawn, or when only the main
  52. window is open.
  53.  
  54. Any questions, comments or donations for CPlot should be address to:
  55.  
  56. Terry W. Gintz
  57. 4237 Marcum Lane
  58. Eugene, Or 97402
  59.  
  60. A donation of $15 for CPlot gets you the documentation to all my current
  61. programs, plus additional help with CPlot if you need it, plus any of the
  62. other programs for $5 off their suggested price, plus upgrade privileges for
  63. $10.
  64.  
  65.   
  66.